header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #ffffff;
  line-height: 100px;
  height: 100px;
  border-bottom: 1px solid #e9e9e9;
}
header > div {
  line-height: inherit;
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  margin-left: 40px;
}
header > div .logo .logo_text a h3 {
  font-size: 32px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
header > div .logo .logo_text a h3 span {
  color: #d20200;
}
header > div nav {
  width: 60%;
  height: inherit;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 90%;
  width: calc(100% - 340px);
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  line-height: inherit;
  position: relative;
  width: 15%;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #e6f2f8;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #e6f2f8;
}
header > div nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 20px;
}
header > div nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 20px;
}
header > div nav ul li .menu .menu_item a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu .menu_item:hover {
  background-color: #0f296e;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .language a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .language a i {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header > div nav .language a p {
  margin-left: 4px;
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header > div nav .tool {
  width: 214px;
  height: inherit;
  background-color: #d20200;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool .t_box .t1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool .t_box .t1 i {
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
header > div nav .tool .t_box .t1 p {
  margin-left: 6px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header > div nav .tool .t_box .t2 {
  margin-top: 6px;
}
header > div nav .tool .t_box .t2 h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact;
}
@media screen and (max-width: 1440px) {
  header {
    height: 80px;
    line-height: 80px;
  }
  header > div .logo .logo_text a h3 {
    font-size: 24px;
  }
  header > div nav ul li {
    width: 20%;
  }
  header > div nav ul li a {
    font-size: 15px;
  }
  header > div nav .tool .t_box .t2 h3 {
    font-size: 20px;
  }
  header > div nav .tool .t_box .t1 p {
    font-size: 12px;
  }
  header > div nav ul li .menu {
    top: 80px;
  }
  header > div nav ul li .menu .menu_item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
footer {
  background-color: #000;
}
footer .w80 .top {
  margin-top: 60px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .w80 .top p {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
footer .w80 .top h3 {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .w80 .top h3 span {
  color: #d20200;
}
footer .w80 .center {
  padding-top: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .w80 .center .c1 .c_title h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .w80 .center .c1 .c_title h3::after {
  margin-top: 16px;
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
}
footer .w80 .center .c1 .c_content {
  margin-top: 30px;
}
footer .w80 .center .c1 .c_content p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
  margin-bottom: 16px;
}
footer .w80 .center .c1 .c_tel {
  margin-top: 44px;
}
footer .w80 .center .c1 .c_tel h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .w80 .center .c1 .c_tel p {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
}
footer .w80 .center .c2 {
  width: 20%;
}
footer .w80 .center .c2 .c_title {
  margin-bottom: 30px;
}
footer .w80 .center .c2 .c_title h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .w80 .center .c2 .c_title h3::after {
  margin-top: 16px;
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
}
footer .w80 .center .c2 .c2_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .w80 .center .c2 .c2_content a {
  display: block;
  width: 50%;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.6;
  margin-bottom: 20px;
}
footer .w80 .center .c3 .c_title {
  margin-bottom: 30px;
}
footer .w80 .center .c3 .c_title h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .w80 .center .c3 .c_title h3::after {
  margin-top: 16px;
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
}
footer .w80 .center .c3 .c3_content {
  width: 100%;
}
footer .w80 .center .c3 .c3_content img {
  width: initial;
}
footer .w80 .center .c3 .c3_content p {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 0.6;
}
footer .w80 .bottom {
  margin-top: 26px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .w80 .bottom .left a {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.4;
  padding-right: 20px;
}
footer .w80 .bottom .right a {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.4;
}
@media screen and (max-width: 1440px) {
  footer .w80 .top p {
    font-size: 16px;
  }
  footer .w80 .top h3 {
    font-size: 22px;
  }
  footer .w80 .center .c3 .c_title h3 {
    font-size: 16px;
  }
  footer .w80 .center .c2 .c_title h3 {
    font-size: 16px;
  }
  footer .w80 .center .c1 .c_title h3 {
    font-size: 16px;
  }
  footer .w80 .center .c1 .c_title h3::after {
    width: 32px;
    height: 1px;
  }
  footer .w80 .center .c2 .c_title h3::after {
    width: 32px;
    height: 1px;
  }
  footer .w80 .center .c3 .c_title h3::after {
    width: 32px;
    height: 1px;
  }
  footer .w80 .center .c3 .c3_content img {
    width: 100px;
  }
  footer .w80 .center .c3 .c3_content p {
    font-size: 12px;
  }
  footer .w80 .center .c3 .c3_content p {
    margin-top: 6px;
  }
  footer .w80 .center .c2 .c2_content a {
    font-size: 14px;
  }
  footer .w80 .center .c1 .c_content p {
    font-size: 14px;
  }
  footer .w80 .center .c1 .c_tel p {
    font-size: 12px;
    margin-top: 6px;
  }
  footer .w80 .center .c1 .c_tel h3 {
    font-size: 20px;
  }
  footer .w80 .bottom .left a {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  footer .w80 .top p {
    display: none;
  }
  footer .w80 .top h3 {
    font-size: 20px;
  }
  footer .w80 .center .c2 {
    display: none;
  }
  footer .w80 .center .c3 {
    margin-top: 20px;
  }
  footer .w80 .bottom .left {
    display: none;
  }
}
.title.f h3 span {
  color: #fff;
}
.title.f h4 {
  color: #fff;
  opacity: 0.6;
}
.title.f::after {
  opacity: 0.4;
}
.title h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.title h3 span {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.title h3 img {
  width: initial;
  margin-left: 8px;
}
.title h4 {
  margin-top: 20px;
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.title::after {
  margin-top: 12px;
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  background-color: #e6e6e6;
}
@media screen and (max-width: 1440px) {
  .title h3 span {
    font-size: 26px;
  }
  .title h3 img {
    width: 26px;
  }
  .title h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .title h3 span {
    font-size: 20px;
  }
  .title h3 img {
    width: 20px;
  }
  .title h4 {
    line-height: 1.4;
  }
}
.more {
  width: 220px;
  background-color: #d20200;
  border-radius: 30px;
}
.more a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  font-weight: 100;
  text-align: left;
}
.more a i {
  margin-left: 10px;
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .more {
    width: 190px;
  }
  .more a {
    font-size: 14px;
    line-height: 42px;
  }
}
.index .part01 {
  position: relative;
  overflow: hidden;
  padding-bottom: 140px;
  background-image: url(/images/part01Bg.jpg);
  background-position: center bottom;
}
.index .part01 .w80 {
  margin-top: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w80 .left {
  width: 40%;
  height: 640px;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
  position: relative;
}
.index .part01 .w80 .left .content {
  margin-top: 70px;
}
.index .part01 .w80 .left .content p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 18px;
}
.index .part01 .w80 .left .content h4 {
  margin-top: 26px;
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part01 .w80 .left .more {
  position: absolute;
  left: 0;
  bottom: 40px;
}
.index .part01 .w80 .right {
  position: absolute;
  top: 130px;
  right: 0;
  width: 52%;
  height: 640px;
}
.index .part01 .w80 .right .num {
  position: absolute;
  bottom: 70px;
  right: 19%;
}
.index .part01 .w80 .right .num .n1 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 40px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.index .part01 .w80 .right .num .n1 .n_txt .n_t_top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part01 .w80 .right .num .n1 .n_txt .n_t_top h1 {
  font-size: 48px;
  color: #d20200;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: Impact;
}
.index .part01 .w80 .right .num .n1 .n_txt .n_t_top span {
  margin-left: 4px;
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 4px;
}
.index .part01 .w80 .right .num .n1 .n_txt .n_t_bottom {
  margin-top: 6px;
}
.index .part01 .w80 .right .num .n1 .n_txt .n_t_bottom p {
  font-size: 14px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.index .part02 {
  background-color: #0f296e;
  padding-top: 130px;
  padding-bottom: 90px;
}
.index .part02 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w80 .bottom {
  margin-top: 46px;
  padding-bottom: 50px;
}
.index .part02 .w80 .bottom ul li {
  background-color: #fff;
  border: 18px solid #28407c;
  box-sizing: border-box;
  border-radius: 8px;
}
.index .part02 .w80 .bottom ul li:hover a .img img {
  transform: scale(1.1);
}
.index .part02 .w80 .bottom ul li a {
  display: block;
}
.index .part02 .w80 .bottom ul li a .img {
  width: 100%;
  overflow: hidden;
}
.index .part02 .w80 .bottom ul li a .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index .part02 .w80 .bottom ul li a .txt {
  padding-bottom: 30px;
}
.index .part02 .w80 .bottom ul li a .txt h4 {
  font-size: 22px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part02 .w80 .bottom .swiper-pagination span {
  width: 50px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.index .part03 {
  padding-top: 130px;
}
.index .part03 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w80 .bottom {
  margin-top: 50px;
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w80 .bottom .item {
  width: 49%;
}
.index .part03 .w80 .bottom .item .i_newsTopBox {
  padding-bottom: 14px;
  border-bottom: 1px solid #eaeaea;
}
.index .part03 .w80 .bottom .item .i_newsTopBox:hover .img img {
  transform: scale(1.1);
}
.index .part03 .w80 .bottom .item .i_newsTopBox:hover .txt h3 {
  color: #d20200;
}
.index .part03 .w80 .bottom .item .i_newsTopBox .img {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.index .part03 .w80 .bottom .item .i_newsTopBox .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index .part03 .w80 .bottom .item .i_newsTopBox .txt {
  margin-top: 38px;
  background-image: url(/images/newsIcon.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.index .part03 .w80 .bottom .item .i_newsTopBox .txt h3 {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 14px;
}
.index .part03 .w80 .bottom .item .i_newsTopBox .txt p {
  font-size: 16px;
  color: #666;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 38px;
}
.index .part03 .w80 .bottom .item .i_newsTopBox .txt span {
  font-size: 16px;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part03 .w80 .bottom .item .i_newsBottomBox {
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w80 .bottom .item .i_newsBottomBox .newsItem {
  width: 46%;
  margin: 10px 0;
}
.index .part03 .w80 .bottom .item .i_newsBottomBox .newsItem a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w80 .bottom .item .i_newsBottomBox .newsItem a:hover p {
  color: #d20200;
  font-weight: 700;
}
.index .part03 .w80 .bottom .item .i_newsBottomBox .newsItem a span {
  margin-right: 6px;
}
.index .part03 .w80 .bottom .item .i_newsBottomBox .newsItem a p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part04 {
  width: 100%;
  height: 500px;
  background-image: url(/images/part04Bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
  background-size: 100%;
}
.index .part04 .w80 .p_title {
  margin-top: 140px;
}
.index .part04 .w80 .p_title h2 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part04 .w80 .p_title h2 span {
  color: #d20200;
}
.index .part04 .w80 .p_title p {
  margin-top: 32px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 0.6;
}
.index .part04 .w80 .p_title::after {
  margin: 20px auto 0;
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  background-color: #e6e6e6;
  opacity: 0.6;
}
.index .part04 .w80 .content {
  margin-top: 60px;
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .content a {
  border-radius: 6px;
  padding: 14px 50px;
  display: block;
  margin: 0 20px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1440px) {
  .index .part01 .w80 .left .content {
    margin-top: 50px;
  }
  .index .part01 .w80 .left .content p {
    font-size: 14px;
  }
  .index .part01 .w80 .left .content h4 {
    font-size: 16px;
  }
  .index .part01 .w80 .right {
    height: 580px;
  }
  .index .part01 .w80 .right .img {
    height: inherit;
  }
  .index .part01 .w80 .right .img img {
    height: inherit;
  }
  .index .part01 .w80 .left {
    height: 580px;
  }
  .index .part01 .w80 .right .num .n1 .n_txt .n_t_top h1 {
    font-size: 36px;
  }
  .index .part02 .w80 .bottom .swiper-pagination span {
    width: 36px;
    height: 2px;
  }
  .index .part02 .w80 .bottom ul li a .txt h4 {
    margin-top: 8px;
    font-size: 16px;
  }
  .index .part02 .w80 .bottom ul li {
    border: 10px solid #28407c;
  }
  .index .part03 .w80 .bottom .item .i_newsTopBox .img {
    height: 260px;
  }
  .index .part03 .w80 .bottom .item .i_newsTopBox .img img {
    height: inherit;
  }
  .index .part03 .w80 .bottom {
    align-items: flex-start;
  }
  .index .part03 .w80 .bottom .item .i_newsTopBox .txt h3 {
    font-size: 16px;
  }
  .index .part03 .w80 .bottom .item .i_newsTopBox .txt p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .index .part03 .w80 .bottom .item .i_newsTopBox .txt span {
    font-size: 12px;
  }
  .index .part03 .w80 .bottom .item .i_newsBottomBox .newsItem {
    height: 38px;
    margin: 8px 0;
  }
  .index .part03 .w80 .bottom .item .i_newsBottomBox .newsItem a p {
    font-size: 15px;
    line-height: 1.2;
    width: calc(100% - 18px);
  }
  .index .part03 {
    padding-top: 100px;
  }
  .index .part04 .w80 .p_title h2 {
    font-size: 26px;
  }
  .index .part04 .w80 .p_title p {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .index .part04 .w80 .p_title::after {
    margin: 12px auto 0;
    height: 1px;
  }
  .index .part04 .w80 .content a {
    padding: 10px 48px;
    font-size: 15px;
  }
  .index .part04 .w80 .content {
    margin-top: 50px;
  }
  .index .part04 {
    height: 400px;
  }
  .index .part04 .w80 .p_title {
    margin-top: 120px;
  }
}
@media screen and (max-width: 992px) {
  .index .part01 .w80 {
    margin-top: 100px;
  }
  .index .part01 .w80 .left {
    width: 100%;
    height: auto;
  }
  .index .part01 .w80 .right {
    width: 100%;
    height: auto;
    position: static;
    margin-top: 30px;
  }
  .index .part01 .w80 .right .img img {
    width: 100%;
  }
  .index .part01 .w80 .left .more {
    position: static;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .index .part01 .w80 .left .content h4 {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 2px;
  }
  .index .part01 .w80 .left .content {
    margin-top: 30px;
  }
  .index .part01 .w80 .right .num .n1 {
    padding: 8px 20px;
  }
  .index .part01 .w80 .right .num {
    display: none;
  }
  .index .part01 {
    padding-bottom: 110px;
  }
  .index .part02 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .index .part02 .more {
    display: none;
  }
  .swiper-pagination {
    margin-top: 40px;
  }
  .index .part03 .more {
    display: none;
  }
  .index .part03 .w80 .bottom .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .index .part04 {
    background-size: cover;
  }
  .index .part03 .w80 .bottom {
    margin-bottom: 60px;
  }
  .index .part03 .w80 .bottom .item .i_newsBottomBox .newsItem {
    width: 100%;
  }
  .index .part04 .w80 .p_title h2 {
    font-size: 20px;
  }
  .index .part04 .w80 .content a {
    margin-bottom: 10px;
  }
}
.about .main .ct {
  margin-top: 160px;
  margin-bottom: 140px;
}
.about .main .ct .jianjie {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about .main .ct .jianjie .left {
  width: 35%;
  padding: 0 60px 0px 0;
  box-sizing: border-box;
  border-right: 1px solid #ededed;
}
.about .main .ct .jianjie .left h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 40px;
}
.about .main .ct .jianjie .left .img {
  width: 100%;
  overflow: hidden;
  border-radius: 0 40px;
}
.about .main .ct .jianjie .left .img img {
  width: 100%;
}
.about .main .ct .jianjie .right {
  width: 65%;
  box-sizing: border-box;
  padding: 0 0 0 60px;
}
.about .main .ct .jianjie .right .about_content {
  margin-top: 40px;
}
.about .main .ct .jianjie .right .about_content p {
  font-size: 16px;
  color: #333;
  line-height: 2;
  font-weight: normal;
  text-align: left;
  margin-bottom: 18px;
}
.about .main .cultrue {
  width: 100%;
  background: url(/images/cultrue_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 90px 0;
}
.about .main .cultrue .ct ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about .main .cultrue .ct ul li {
  width: 31%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  padding: 40px;
  height: 220px;
  position: relative;
  margin-bottom: 20px;
}
.about .main .cultrue .ct ul li h3 {
  font-size: 20px;
  color: #d20200;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 16px;
}
.about .main .cultrue .ct ul li h3 i {
  font-size: 20px;
  color: #d20200;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  margin-right: 10px;
}
.about .main .cultrue .ct ul li p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.about .main .cultrue .ct ul li::after {
  display: block;
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.about .main .honor {
  margin-bottom: 100px;
}
.about .main .honor .w80 .title {
  margin-top: 150px;
  position: relative;
}
.about .main .honor .w80 .title h1 {
  font-size: 70px;
  color: #0f296e;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  opacity: 0.1;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.about .main .honor .w80 .title h2 {
  font-size: 36px;
  color: #d20200;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.about .main .honor .w80 .dsc {
  margin-top: 20px;
}
.about .main .honor .w80 .dsc p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.about .main .honor .w80 .content {
  margin-top: 40px;
}
.about .main .honor .w80 .content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .honor .w80 .content ul li {
  width: 24%;
  border: 1px solid #dfdfdf;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  margin-right: 1.3%;
}
.about .main .honor .w80 .content ul li:nth-of-type(4n) {
  margin-right: 0;
}
.about .main .honor .w80 .content ul li .img img {
  width: 100%;
}
.about .main .honor .w80 .content ul li .txt {
  margin-top: 30px;
}
.about .main .honor .w80 .content ul li .txt p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .about .main .ct .jianjie .left p {
    font-size: 30px;
  }
  .about .main .ct .jianjie .left span {
    font-size: 16px;
  }
  .about .main .ct .jianjie .left .img {
    width: 100%;
  }
  .about .main .ct .jianjie .left {
    padding: 0 40px 0 0;
  }
  .about .main .ct .jianjie .right {
    padding: 0 0 0 40px;
  }
  .about .main .ct .jianjie .right .about_content p {
    font-size: 14px;
  }
  .about .main .ct .jianjie .right h3 {
    font-size: 20px;
  }
  .about .main .ct .jianjie .left h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 80px;
  }
  .about .main .cultrue .ct ul li p {
    font-size: 14px;
  }
  .about .main .cultrue .ct ul li h3 {
    font-size: 18px;
  }
  .about .main .cultrue .ct ul li {
    height: 200px;
    padding: 24px;
  }
  .about .main .cultrue .ct ul li::after {
    left: 24px;
    width: calc(100% - 50px);
  }
  .about .main .honor .w80 .title h2 {
    font-size: 30px;
  }
  .about .main .honor .w80 .content ul li .txt p {
    font-size: 14px;
  }
  .about .main .honor .w80 .content ul li {
    padding: 10px;
  }
  .about .main .honor .w80 .title {
    margin-top: 130px;
  }
  .about .main .honor {
    margin-bottom: 70px;
  }
  .about .main .honor .w80 .title h1 {
    font-size: 62px;
  }
  .about .main .ct .jianjie .left .img img {
    display: block;
  }
  .about .main .ct {
    margin-top: 130px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 992px) {
  .about .main .ct .jianjie .left {
    width: 100%;
    border-right: 0;
    padding: 0;
  }
  .about .main .ct .jianjie .left p {
    font-size: 22px;
  }
  .about .main .ct .jianjie {
    margin-top: 0px;
  }
  .about .main .ct .jianjie .left h3 {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .about .main .ct .jianjie .left .img {
    margin-top: 40px;
  }
  .about .main .ct .jianjie .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .about .main .ct .jianjie .right h3 {
    line-height: 1.2;
    font-size: 18px;
  }
  .about .main .ct .jianjie .right .about_content p {
    font-size: 15px;
    line-height: 1.6;
  }
  .about .main .cultrue .ct ul li {
    width: 100%;
  }
  .about .main .honor .w80 .title h2 {
    font-size: 20px;
  }
  .about .main .honor .w80 .title h1 {
    font-size: 42px;
    bottom: -6px;
  }
  .about .main .honor .w80 .title {
    margin-top: 100px;
  }
  .about .main .honor .w80 .dsc p {
    font-size: 16px;
  }
  .about .main .honor .w80 .content ul li {
    width: 100%;
  }
}
.product .main .w80 .top .title {
  margin-top: 140px;
}
.product .main .w80 .top .title h3 {
  justify-content: center;
}
.product .main .w80 .top .title h4 {
  text-align: center;
}
.product .main .w80 .top .title::after {
  margin: 12px auto 0;
}
.product .main .w80 .top .btn {
  width: 100%;
  margin-top: 40px;
}
.product .main .w80 .top .btn ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w80 .top .btn ul li {
  width: 14.2%;
  background-color: #e6f2f8;
}
.product .main .w80 .top .btn ul li a {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 52px;
  font-weight: 100;
  text-align: center;
}
.product .main .w80 .bottom {
  margin-top: 60px;
}
.product .main .w80 .bottom ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w80 .bottom ul li {
  width: 24%;
  margin-right: 1.3%;
  box-sizing: border-box;
  margin-bottom: 30px;
  box-shadow: 1px 1px 14px #efefef;
  border-radius: 10px;
  border: 1px solid #efefef;
}
.product .main .w80 .bottom ul li:hover a .img img {
  transform: scale(1.2);
}
.product .main .w80 .bottom ul li:hover a .txt .t_box {
  background-color: #0f296e;
}
.product .main .w80 .bottom ul li:nth-of-type(4n) {
  margin-right: 0;
}
.product .main .w80 .bottom ul li a .img {
  width: 100%;
  overflow: hidden;
}
.product .main .w80 .bottom ul li a .img img {
  width: 100%;
  transition: all 1s ease;
}
.product .main .w80 .bottom ul li a .txt .t_box {
  width: 80%;
  margin: 10px auto 30px;
  box-sizing: border-box;
  padding: 14px 16px;
  background-color: #d20200;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w80 .bottom ul li a .txt .t_box .t1 h4 {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product .main .w80 .bottom ul li a .txt .t_box .t2 i {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .product .main .w80 .top .btn ul li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 46px;
  }
  .product .main .w80 .top .btn {
    margin-top: 30px;
  }
  .product .main .w80 .top .title {
    margin-top: 120px;
  }
  .product .main .w80 .bottom ul li a .txt .t_box .t1 h4 {
    font-size: 14px;
  }
  .product .main .w80 .bottom ul li a .txt .t_box .t2 i {
    font-size: 14px;
  }
  .product .main .w80 .bottom ul li a .txt .t_box {
    padding: 10px 16px;
    margin: 6px auto 20px;
  }
}
@media screen and (max-width: 992px) {
  .product .main .w80 .top .btn {
    display: none;
  }
  .product .main .w80 .bottom ul li {
    width: 100%;
    margin-right: 1%;
  }
  .product .main .w80 .bottom ul li:nth-of-type(4n) {
    margin-right: 1%;
  }
}
.product_details {
  background-color: #e6f2f8;
}
.product_details .main {
  margin-top: 150px;
  margin-bottom: 120px;
}
.product_details .main .w80 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product_details .main .w80 .left {
  width: 70%;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 6px 4px 12px #007a5e38;
  box-sizing: border-box;
}
.product_details .main .w80 .left .part01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .w80 .left .part01 .l_box1 {
  width: 62%;
  background-color: #e6f2f8;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
}
.product_details .main .w80 .left .part01 .l_box1 .l_img img {
  width: 100%;
  float: left;
}
.product_details .main .w80 .left .part01 .l_box2 {
  width: 32%;
}
.product_details .main .w80 .left .part01 .l_box2 .l_title {
  margin-bottom: 40px;
}
.product_details .main .w80 .left .part01 .l_box2 .l_title h3 {
  font-size: 24px;
  color: #000;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
}
.product_details .main .w80 .left .part01 .l_box2 .p_des {
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.product_details .main .w80 .left .part01 .l_box2 .p_des p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.product_details .main .w80 .left .part01 .l_box2 .p_tel {
  margin-top: 90px;
  background-color: #ea5514;
  width: 200px;
  border-radius: 28px;
}
.product_details .main .w80 .left .part01 .l_box2 .p_tel h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #fff;
  line-height: 48px;
  font-weight: 100;
  text-align: center;
}
.product_details .main .w80 .left .part01 .l_box2 .p_tel h4 i {
  font-size: 24px;
  margin-right: 10px;
}
.product_details .main .w80 .left .part01 .l_box2 .btn {
  margin-top: 40px;
}
.product_details .main .w80 .left .part01 .l_box2 .btn .btn1 {
  margin-bottom: 16px;
}
.product_details .main .w80 .left .part01 .l_box2 .btn .btn1 a {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product_details .main .w80 .left .part01 .l_box2 .btn .btn1 a span {
  font-size: 15px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product_details .main .w80 .left .part02 {
  margin-top: 80px;
}
.product_details .main .w80 .left .part02 .p02_title h3 {
  position: relative;
  height: 40px;
  width: 100%;
}
.product_details .main .w80 .left .part02 .p02_title h3 span {
  display: block;
  padding: 0 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  z-index: 3;
}
.product_details .main .w80 .left .part02 .p02_title h3 span i {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.6;
}
.product_details .main .w80 .left .part02 .p02_title h3::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.product_details .main .w80 .left .part02 .p02_content {
  margin-top: 20px;
  min-height: 260px;
}
.product_details .main .w80 .left .part02 .p02_content p {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.product_details .main .w80 .left .part02 .p02_content p strong {
  font-size: 18px;
}
.product_details .main .w80 .left .part02 .p02_content img {
  width: initial;
  display: block;
  margin: 0 auto;
}
.product_details .main .w80 .left .part02 .p02_content img.w100 {
  width: 100% !important;
}
.product_details .main .w80 .left .part02 .p02_content img.m0 {
  margin: 0;
}
.product_details .main .w80 .left .part02 .p02_content .d_item {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.product_details .main .w80 .left .part02 .p02_content .d_item .d_title {
  margin-bottom: 10px;
}
.product_details .main .w80 .left .part02 .p02_content .d_item .d_title h3 {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product_details .main .w80 .left .part02 .p02_content .d_item .d_content {
  margin-bottom: 20px;
}
.product_details .main .w80 .left .part02 .p02_content .d_item .d_content p {
  font-size: 15px;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}
.product_details .main .w80 .left .part02 .p02_content .d_item .d_img img {
  width: 100%;
}
.product_details .main .w80 .left .part03 {
  margin-top: 80px;
}
.product_details .main .w80 .left .part03 .p03_title h3 {
  position: relative;
  height: 40px;
  width: 100%;
}
.product_details .main .w80 .left .part03 .p03_title h3 span {
  display: block;
  padding: 0 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  z-index: 3;
}
.product_details .main .w80 .left .part03 .p03_title h3 span i {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.6;
}
.product_details .main .w80 .left .part03 .p03_title h3::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.product_details .main .w80 .left .part03 .p03_content {
  margin-top: 20px;
}
.product_details .main .w80 .left .part03 .p03_content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .w80 .left .part03 .p03_content ul li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 20px;
}
.product_details .main .w80 .left .part03 .p03_content ul li .img {
  margin-bottom: 10px;
}
.product_details .main .w80 .left .part03 .p03_content ul li .img img {
  width: 100%;
}
.product_details .main .w80 .left .part03 .p03_content ul li .text p {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.product_details .main .w80 .left .part04 {
  margin-top: 40px;
}
.product_details .main .w80 .left .part04 .p04_title h3 {
  position: relative;
  height: 40px;
  width: 100%;
}
.product_details .main .w80 .left .part04 .p04_title h3 span {
  display: block;
  padding: 0 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  z-index: 3;
}
.product_details .main .w80 .left .part04 .p04_title h3::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #999;
}
.product_details .main .w80 .left .part04 .p04_content {
  margin-top: 20px;
}
.product_details .main .w80 .left .part04 .p04_content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .w80 .left .part04 .p04_content ul li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 20px;
}
.product_details .main .w80 .left .part04 .p04_content ul li .img img {
  width: 100%;
}
.product_details .main .w80 .left .part04 .p04_content ul li .text p {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.product_details .main .w80 .right {
  width: 26%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 6px 4px 12px #007a5e38;
  box-sizing: border-box;
}
.product_details .main .w80 .right .r_title {
  background-color: #000;
  height: 46px;
  box-sizing: border-box;
}
.product_details .main .w80 .right .r_title h2 {
  padding-left: 16px;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
}
.product_details .main .w80 .right .r_list {
  width: 100%;
  background-color: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
}
.product_details .main .w80 .right .r_list ul {
  width: 100%;
}
.product_details .main .w80 .right .r_list ul li {
  width: 100%;
  background-color: #fff;
  padding: 16px;
  box-sizing: border-box;
}
.product_details .main .w80 .right .r_list ul li a {
  position: relative;
}
.product_details .main .w80 .right .r_list ul li a .img {
  height: 250px;
  overflow: hidden;
}
.product_details .main .w80 .right .r_list ul li a .img img {
  width: 100%;
}
.product_details .main .w80 .right .r_list ul li a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 14px 0;
  box-sizing: border-box;
}
.product_details .main .w80 .right .r_list ul li a .text p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.product_details .main .w80 .right .r_list ul li a .text span {
  font-size: 14px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .product_details .main {
    margin-top: 120px;
    margin-bottom: 100px;
  }
  .product_details .w80.n .left .part03 .p03_content ul li .text p {
    font-size: 16px;
  }
  .product_details .main .w80 .left .part01 .l_box1 {
    padding: 10px;
    width: 58%;
  }
  .product_details .main .w80 .left .part01 .l_box2 .l_title {
    margin-bottom: 14px;
  }
  .product_details .main .w80 .left .part01 .l_box2 .p_des p {
    font-size: 16px;
  }
  .product_details .main .w80 .left .part01 .l_box2 .p_des {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .product_details .main .w80 .left .part01 .l_box2 .p_tel {
    margin-top: 60px;
    width: 190px;
  }
  .product_details .main .w80 .left .part01 .l_box2 {
    width: 36%;
  }
  .product_details .main .w80 .left .part01 .l_box2 .btn .btn1 {
    margin-bottom: 10px;
  }
  .product_details .main .w80 .left .part01 .l_box2 .btn .btn1:last-of-type {
    margin-bottom: 0;
  }
  .product_details .main .w80 .right .r_list ul li a .img {
    height: 198px;
  }
  .product_details .main .w80 .right .r_list ul li {
    padding: 0;
  }
  .product_details .main .w80 .right .r_list ul li a .text p {
    font-size: 14px;
  }
  .product_details .main .w80 .right .r_list ul li a .text {
    padding: 12px 0;
  }
  .product_details .main .w80 .right .r_title h2 {
    font-size: 16px;
  }
  .product_details .main .w80 .left .part01 .l_box2 .l_title h3 {
    font-size: 20px;
  }
  .product_details .main .w80 .left .part02 .p02_title h3 span {
    font-size: 20px;
  }
  .product_details .main .w80 .left .part01 .l_box2 .p_tel h4 {
    font-size: 16px;
  }
  .product_details .main .w80 .left .part01 .l_box2 .p_tel h4 i {
    font-size: 16px;
    margin-right: 6px;
    font-weight: 400;
  }
}
@media screen and (max-width: 992px) {
  .product_details .main .w80 .left {
    width: 100%;
  }
  .product_details .main .w80 .left .part01 .l_box1 {
    width: 100%;
    border-radius: 0;
    margin-bottom: 30px;
  }
  .product_details .main .w80 .left .part01 .l_box2 {
    width: 100%;
  }
  .product_details .main .w80 .left {
    padding: 20px;
  }
  .product_details .main .w80 .right {
    margin-top: 40px;
    width: 100%;
  }
  .product_details .main .w80 .right .r_list ul li {
    margin-bottom: 30px;
  }
  .product_details .main .w80 .right .r_list ul li a .img {
    height: auto;
  }
  .product_details .main .w80 .left .part02 .p02_content {
    min-height: 120px;
  }
}
.news .main {
  min-height: 500px;
}
.news .main .title {
  margin-top: 140px;
}
.news .main .title h3 {
  justify-content: center;
}
.news .main .title h4 {
  text-align: center;
}
.news .main .title::after {
  margin: 12px auto 0;
}
.news .main .btn {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}
.news .main .btn ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .btn ul li {
  width: 14.2%;
  margin: 0 2px;
  background-color: #e6f2f8;
}
.news .main .btn ul li a {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 52px;
  font-weight: 100;
  text-align: center;
}
.news .main .part01 ul li {
  border-bottom: 1px solid #dfdfdf;
  padding: 30px 0;
  transition: all 1s ease;
}
.news .main .part01 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .part01 ul li a .date {
  width: 6%;
}
.news .main .part01 ul li a .date h2 {
  font-size: 68px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 8px;
}
.news .main .part01 ul li a .date p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news .main .part01 ul li a .text {
  width: 46%;
}
.news .main .part01 ul li a .text h3 {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.news .main .part01 ul li a .text p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 60px;
}
.news .main .part01 ul li a .text span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 20px;
  font-size: 16px;
  font-family: "lianwei";
  color: #d20200;
}
.news .main .part01 ul li a .text span i {
  margin-right: 8px;
}
.news .main .part01 ul li a .img {
  width: 32%;
  height: 0;
  overflow: hidden;
  padding-bottom: 300px;
}
.news .main .part01 ul li a .img img {
  width: 100%;
  transition: all 2s ease;
}
.news .main .part01 ul li:hover {
  background-color: #e6f2f8;
}
.news .main .part01 ul li:hover a .img img {
  transform: scale(1.2);
}
@media screen and (max-width: 1440px) {
  .news .main .part01 ul li a .img {
    padding-bottom: 234px;
    width: 32%;
  }
  .news .main .part01 ul li a .text h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
  }
  .news .main .part01 ul li a .text p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .news .main .part01 ul li a .text span {
    font-size: 12px;
    width: 180px;
    height: 40px;
  }
  .news .main .part01 ul li a .text span img {
    width: 50px;
  }
  .news .main .part01 ul li a .text span::after {
    background-size: contain;
  }
  .news .main .part01 ul li {
    padding: 24px 0;
  }
  .news .main .part01 ul li a .date {
    width: 7%;
  }
  .news .main .part01 ul li a .date h2 {
    font-size: 52px;
  }
  .news .main .part01 ul li a .date p {
    font-size: 15px;
  }
  .news .main .part01 ul li a .text {
    width: 50%;
  }
  .news .main .btn ul li a {
    line-height: 46px;
  }
}
@media screen and (max-width: 992px) {
  .news .main .btn {
    display: none;
  }
  .news .main .part01 ul li a .text p {
    display: none;
  }
  .news .main .part01 ul li a .date {
    display: none;
  }
  .news .main .part01 ul li a .img {
    width: 44%;
    padding-bottom: 120px;
  }
  .news .main .part01 ul li a .text span {
    height: 18px;
  }
  .news .main .part01 ul li a .text h3 {
    font-size: 16px;
    font-weight: 400;
  }
}
.news_details .main .n_center .ct .detailed > .n_title {
  display: block;
  visibility: visible;
}
.news_details .main .n_center .ct .detailed > .n_title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.news_details .main .n_center .ct .detailed .sub2 .share p {
  font-size: 14px;
  margin: 0 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content {
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content img {
  display: block;
  width: initial;
  margin: 0 auto;
}
.news_details .main .n_center .ct .detailed .sub2 .np {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div {
  width: 49.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(1) i {
  margin-right: 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(2) i {
  margin-left: 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div i {
  font-size: 24px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div a {
  font-size: 16px;
  color: #000;
  line-height: 60px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .news_details .main .ct .detailed > .n_title h3 {
    font-size: 24px;
  }
  .news_details .main .ct .detailed .sub2 .news_content p {
    font-size: 14px;
  }
  .news_details .main .ct .detailed .sub2 .np div a {
    font-size: 14px;
    line-height: 48px;
  }
  .news_details .main .ct .detailed .sub2 .np div {
    width: 49%;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 24px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    font-size: 14px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .news_details .mt-100 {
    margin-top: 70px;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content img {
    width: 100%;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np {
    flex-wrap: wrap;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div i {
    display: none;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    line-height: 1;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 15px;
  }
}
.contact .main .n_center .contact_title {
  margin-top: 140px;
}
.contact .main .n_center .contact_title .title h3 {
  justify-content: center;
}
.contact .main .n_center .contact_title .title h4 {
  text-align: center;
}
.contact .main .n_center .contact_title .title::after {
  margin: 12px auto 0;
}
.contact .main .n_center .contact_sub1 {
  margin-top: 60px;
}
.contact .main .n_center .contact_sub1 .w80 {
  padding-bottom: 8px;
}
.contact .main .n_center .contact_sub1 .w80 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_center .contact_sub1 .w80 ul li {
  width: 24%;
  border: 1px solid #e6e6e6;
  height: 300px;
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  cursor: pointer;
}
.contact .main .n_center .contact_sub1 .w80 ul li .c_icon {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px dashed #cacaca;
  padding-bottom: 16px;
}
.contact .main .n_center .contact_sub1 .w80 ul li .c_icon i {
  font-size: 38px;
  color: #0f296e;
  transition: all 0.5s ease;
  display: inline-block;
}
.contact .main .n_center .contact_sub1 .w80 ul li .text {
  width: 100%;
  margin-top: 20px;
}
.contact .main .n_center .contact_sub1 .w80 ul li .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.contact .main .n_center .contact_sub1 .w80 ul li .text p {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
.contact .main .n_center .contact_sub1 .w80 ul li:nth-child(4) .img {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.contact .main .n_center .contact_sub1 .w80 ul li:nth-child(4) .img img {
  width: 64%;
  margin: 0 auto;
}
.contact .main .n_center .contact_sub1 .w80 ul li:nth-child(4) .text {
  margin-top: 16px;
}
.contact .main .n_center .contact_sub1 .w80 ul li:nth-child(4) .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.contact .main .n_center .contact_sub1 .w80 ul li:hover {
  box-shadow: 2px 2px 6px #efefef;
}
.contact .main .n_center .contact_sub1 .w80 ul li:hover .c_icon i {
  transform: rotateY(180deg);
  font-size: 42px;
}
.contact .main .n_center .contact_bottom {
  margin-top: 80px;
  margin-bottom: 120px;
  overflow: hidden;
}
.contact .main .n_center .contact_bottom .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_center .contact_bottom .w80 .left {
  width: 42%;
  position: relative;
}
.contact .main .n_center .contact_bottom .w80 .left .img {
  margin-left: 100px;
  position: relative;
  z-index: 6;
  border-radius: 30px 0 0 0;
  overflow: hidden;
}
.contact .main .n_center .contact_bottom .w80 .left .img img {
  width: 100%;
}
.contact .main .n_center .contact_bottom .w80 .left .box {
  position: absolute;
  top: 50%;
  margin-top: -130px;
  width: 260px;
  height: 260px;
  animation: move 2s linear infinite;
}
.contact .main .n_center .contact_bottom .w80 .left .box .box1 {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: #e6f2f8;
}
.contact .main .n_center .contact_bottom .w80 .left .box .box2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #0f296e;
}
.contact .main .n_center .contact_bottom .w80 .right {
  width: 54%;
}
.contact .main .n_center .contact_bottom .w80 .right .sub1 p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.contact .main .n_center .contact_bottom .w80 .right .sub1 h3 {
  font-size: 24px;
  color: #333;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 {
  margin-top: 60px;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item {
  margin-bottom: 14px;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 {
  width: 49%;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 {
  width: 49%;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 {
  width: 49%;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 {
  width: 49%;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item button {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #0f296e;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .contact .main .contact_sub1 {
    margin-top: 120px;
  }
  .contact .main .contact_sub1 .w80 ul li .text p {
    font-size: 14px;
  }
  .contact .main .contact_sub1 .w80 ul li .text h3 {
    font-size: 18px;
  }
  .contact .main .n_center .contact_sub1 .w80 ul li:nth-child(4) .text h3 {
    font-size: 13px;
  }
  .contact .main .n_center .contact_sub1 .w80 ul li:nth-child(4) .text {
    margin-top: 10px;
  }
  .contact .main .contact_sub1 .w80 ul li {
    height: 240px;
  }
  .contact .main .contact_bottom .w80 .right .sub1 h3 {
    font-size: 20px;
  }
  .contact .main .contact_bottom .w80 .right .sub2 {
    margin-top: 30px;
  }
  .contact .main .contact_bottom .w80 .right .sub1 p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .contact .main .contact_bottom {
    margin-bottom: 80px;
  }
  .contact .main .n_center .contact_title {
    margin-top: 90px;
  }
  .contact .main .n_center .contact_title h1 {
    font-size: 64px;
    margin-bottom: 12px;
  }
  .contact .main .n_center .contact_title h2 {
    font-size: 26px;
  }
  .contact .main .n_center .contact_title p {
    font-size: 16px;
  }
  .contact .main .n_center .contact_sub1 .w80 ul li {
    height: 220px;
  }
  .contact .main .n_center .contact_sub1 .w80 ul li .text p {
    font-size: 15px;
  }
  .contact .main .n_center .contact_sub1 .w80 ul li .text h3 {
    font-size: 18px;
  }
  .contact .main .n_center .contact_bottom .w80 .right .sub1 h3 {
    font-size: 18px;
  }
  .contact .main .n_center .contact_bottom .w80 .right .sub1 p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .contact .main .n_center .contact_bottom .w80 .right .sub2 {
    margin-top: 48px;
  }
  .contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 input {
    font-size: 14px;
  }
  .contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 input {
    font-size: 14px;
  }
  .contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 input {
    font-size: 14px;
  }
  .contact .main .n_center .contact_bottom .w80 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 input {
    font-size: 14px;
  }
  .contact .main .n_center .contact_bottom .w80 {
    align-items: flex-start;
  }
  .contact .main .n_center .contact_bottom {
    margin-bottom: 80px;
  }
  .contact .main .n_center .contact_bottom .w80 .right {
    width: 49%;
  }
  .contact .main .n_center .contact_bottom .w80 .left {
    width: 46%;
  }
  .contact .main .n_center .contact_bottom .w80 .left .box .box2 {
    width: 80px;
    height: 80px;
  }
  .contact .main .n_center .contact_bottom .w80 .left .box .box1 {
    width: 200px;
    height: 200px;
  }
  .contact .main .n_center .contact_bottom .w80 .left .box {
    width: 200px;
    height: 200px;
  }
  .contact .main .n_center .contact_sub1 .w80 ul li:nth-child(4) .img img {
    width: 78%;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .n_center .contact_title h1 {
    font-size: 32px;
  }
  .contact .main .n_center .contact_title h2 {
    font-size: 20px;
  }
  .contact .main .n_center .contact_title p {
    line-height: 1.4;
  }
  .contact .main .n_center .contact_sub1 .w80 ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact .main .n_center .contact_bottom .w80 .left {
    display: none;
  }
  .contact .main .n_center .contact_bottom .w80 .right {
    width: 100%;
  }
  .contact .main .n_center .contact_bottom .w80 .right .sub1 p {
    font-weight: 700;
    font-size: 18px;
  }
  .contact .main .n_center .contact_bottom .w80 .right .sub1 h3 {
    font-size: 15px;
    font-weight: 400;
  }
}
